object OrderDlg: TOrderDlg Left = 77 Top = 85 Width = 563 Height = 367 ActiveControl = RichEdit1 Caption = 'Balls of Steel Order Form' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object RichEdit1: TRichEdit Left = 0 Top = 0 Width = 555 Height = 301 Align = alClient Lines.Strings = ( '') ReadOnly = True ScrollBars = ssBoth TabOrder = 0 WantReturns = False end object Panel1: TPanel Left = 0 Top = 301 Width = 555 Height = 39 Align = alBottom BevelOuter = bvNone TabOrder = 1 object OKBtn: TButton Left = 9 Top = 8 Width = 75 Height = 25 Cursor = 1 Cancel = True Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object PrintBtn: TButton Left = 95 Top = 8 Width = 75 Height = 25 Cursor = 1 Caption = 'Print' TabOrder = 1 OnClick = PrintBtnClick end end object PrintDialog1: TPrintDialog Options = [poPrintToFile, poHelp] Left = 519 Top = 306 end end